home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / AEDMOWiz.awx / TEMPLATE / STDAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  2002-12-11  |  834 b   |  26 lines

  1. //------------------------------------------------------------------------------
  2. // File: stdafx.h
  3. //
  4. // Desc: Standard include file.
  5. //
  6. // Copyright (c) Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8.  
  9. // stdafx.h : include file for standard system include files,
  10. //      or project specific include files that are used frequently,
  11. //      but are changed infrequently
  12.  
  13. #if !defined(AFX_STDAFX_H__537C8F51_48A5_4215_98BB_E2DE3E9FCEDE__INCLUDED_)
  14. #define AFX_STDAFX_H__537C8F51_48A5_4215_98BB_E2DE3E9FCEDE__INCLUDED_
  15.  
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19.  
  20. #define STRICT
  21. #ifndef _WIN32_WINNT
  22. #define _WIN32_WINNT 0x0400
  23. #endif
  24.  
  25. #endif // !defined(AFX_STDAFX_H__537C8F51_48A5_4215_98BB_E2DE3E9FCEDE__INCLUDED)
  26.